-
Couldn't load subscription status.
- Fork 833
bootutil: Add manifest-based loader for Direct XIP #2511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
bootutil: Add manifest-based loader for Direct XIP #2511
Conversation
6ebfcaf to
aaf2a5a
Compare
aaf2a5a to
d8e62ff
Compare
d8e62ff to
3688d72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have some documentation for this feature? Thanks!
Add a possibility to attach a basic manifest with expected digests to an image. Alter the image verification logic, so only digests specified by the manifest are allowed on the device. Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add a simple logic that allows to attach a manifest TLV to an image. Signed-off-by: Tomasz Chyrowicz <[email protected]>
Add a loader variant that is capable of booting images, based on a simple manifest. Signed-off-by: Tomasz Chyrowicz <[email protected]>
3688d72 to
8eca34c
Compare
| return false; | ||
| } | ||
|
|
||
| if (manifest->image_count != BOOT_IMAGE_NUMBER - 1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
() around arithmetic.
Add a loader variant that is capable of booting images, based on a simple manifest.